Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump bitflags from 2.3.3 to 2.4.1 #432

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps bitflags from 2.3.3 to 2.4.1.

Release notes

Sourced from bitflags's releases.

2.4.1

What's Changed

Full Changelog: bitflags/bitflags@2.4.0...2.4.1

2.4.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.3.3...2.4.0

Changelog

Sourced from bitflags's changelog.

2.4.1

What's Changed

Full Changelog: bitflags/bitflags@2.4.0...2.4.1

2.4.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.3.3...2.4.0

Commits
  • 6c67922 Merge pull request #381 from KodrAus/cargo/2.4.1
  • 96ba9cf prepare for 2.4.1 release
  • dd91b82 Merge pull request #380 from KodrAus/ci/compile-pass-clippy
  • 03d1427 ignore a few tests that run slowly in miri
  • 3f05853 replace MIPS with Miri for cross endian tests
  • dfe6f21 just rely on smoke test for clippy
  • ea75f33 explicitly test on beta
  • 60ef5ee run clippy in compile-pass tests if available
  • 472e392 Merge pull request #376 from KodrAus/cargo/2.4.0
  • 3e58685 prepare for 2.4.0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from nick-mobilecoin as a code owner October 16, 2023 18:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 16, 2023
@dependabot dependabot bot requested a review from a team October 16, 2023 18:44
@github-actions github-actions bot added the size/XS PRs with less than 30 lines of changes label Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/bitflags-2.4.1 branch from 694b7f7 to 3c75c0d Compare October 20, 2023 19:45
@nick-mobilecoin
Copy link
Collaborator

@dependabot recreate

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.3 to 2.4.1.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.3.3...2.4.1)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bitflags-2.4.1 branch from 3c75c0d to dd924d8 Compare January 2, 2024 19:48
@nick-mobilecoin nick-mobilecoin removed request for a team and nick-mobilecoin January 2, 2024 21:41
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (81fbdbb) 88.89% compared to head (e4f9874) 88.86%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #432      +/-   ##
==========================================
- Coverage   88.89%   88.86%   -0.03%     
==========================================
  Files          40       40              
  Lines        5717     5721       +4     
==========================================
+ Hits         5082     5084       +2     
- Misses        635      637       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The bitflags crate was updated to allow for unnamed flags. This change
resulted in the formatting of `Attributes` to change slightly. As part
of this upgrade the formatting of `Attributes` has been improved to show
both the known flags as well as bitflag values that don't pertain to a
known flag.
@nick-mobilecoin nick-mobilecoin force-pushed the dependabot/cargo/bitflags-2.4.1 branch from f57e75c to a6e114e Compare January 2, 2024 23:39
@github-actions github-actions bot added size/M PRs with less than 250 lines of changes and removed size/XS PRs with less than 30 lines of changes labels Jan 2, 2024
Copy link
Collaborator

@holtzman holtzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nick-mobilecoin nick-mobilecoin merged commit baeea95 into main Jan 3, 2024
27 of 28 checks passed
@nick-mobilecoin nick-mobilecoin deleted the dependabot/cargo/bitflags-2.4.1 branch January 3, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code size/M PRs with less than 250 lines of changes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants